ITableRow<T> Interface
A row in a .NET Windows Forms table.

C# Syntax

public interface ITableRow<T> 
where T: ITableCell
Type Parameters
T
Public Properties
 NameDescription
PropertyCellsThe cells in this row.  
Top